home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / game / patch / TFH_Cheater.lha / tfh_cheater / Clickme.dos < prev    next >
Text File  |  2000-11-10  |  959b  |  21 lines

  1. requestchoice >env:info "Tales From Heaven Cheater v1.0" "Wanna cheat this game laimer ?" "Ok" "Noop"
  2. if $info EQ 0
  3.    quit
  4. endif
  5. requestchoice >env:world "Tales From Heaven Cheater v1.0" "Wich world do you want to start ?" "1" "2" "3" "END" "Abort"
  6. if $world EQ 4
  7.    copy tfh_4-1 envarc:tfh QUIET
  8.    requestchoice >env:info "Tales From Heaven Cheater v1.0" "Thank you for cheating TFH with this tool.. *n*nSetup: The end of the game.*n*nNow startup TFH, and choose LOAD GAME!" "Okay!"
  9.    quit
  10. endif
  11. if $world EQ 0
  12.    quit
  13. endif
  14. requestchoice >env:level "Tales From Heaven Cheater v1.0" "Wich level do you want to start ?" "1" "2" "3" "4" "Abort"
  15. if $level EQ 0
  16.    quit
  17. endif
  18. copy tfh_$world-$level envarc:tfh QUIET
  19. requestchoice >env:info "Tales From Heaven Cheater v1.0" "Thank you for cheating TFH with this tool.. *n*nSetup: World: $world, Level: $level.*n       Lives: 99, Diamonds: 99, Bombs: 99.*n*nNow startup TFH, and choose LOAD GAME!" "Okay!"
  20. quit
  21.